home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Schooolhouse Version 10.0
/
CD Schooolhouse Version 10.0.ISO
/
pc
/
dos
/
math
/
edudrils
/
chkfile.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-05-20
|
186 b
|
15 lines
@echo off
CLS
if exist %1 goto ask
GOTO quit
: ask
echo File already exists. Overwrite?
input (Y or N)
if %ans%==Y goto delete
GOTO quit
: delete
del %1
: quit
set ans=